
Explore open source Laravel packages to install and integrate into your project, learn to build a free dashboard template, and update packages step by step to optimize your app.
Explore open-source Laravel packages to optimize your app, learn they are free to use, and see how to start integrating many packages without worry.
Section two kicks off by getting started with programming basics and exploring practical browser-based tasks for a local setup.
Learn to use Firefox browser developer edition and Google Chrome, with built-in tools like the console debugger and code editor, to enhance development and debugging workflows.
Install Sublime Text on Mac and set up your code editing workflow to begin coding with this editor. Explore how to install it and start editing code efficiently.
Install and use the XAMPP open source stack and Cmder emulators on Windows to set up a local server, access localhost, manage database, and create models and controllers with composer.
Install composer quickly and demonstrate it using Cmder, guiding you through download, installation, and basic composer actions for local Laravel development.
In section three, learn about refunds on suspension, explore how costs affect the site, and see how to download and edit used resources.
Install and customize a free dashboard template and design system, applying the dark edition style and tailoring admin and project files to your Laravel course branding.
Explore a ready-made dashboard template with a dark edition style, including custom forms, tables, and notifications, and learn how to edit the admin panel to optimize your Laravel app.
Install and start a Laravel 8.x project using composer and the laravel new command. Explore routes, controllers, middleware, validation, and error logging in Laravel.
Learn to install a Laravel Jetstream package, configure a local database, initialize a new project, link mbm, install npm, and start the development server.
Section four guides you to install a range of Laravel packages from A to Z, helping you achieve a clean layout and a solid project plan.
Edit and customize the dashboard packages by removing unused areas, renaming files, and applying layout changes to tailor the dashboard interface for the app.
Explore how to redesign system packages in Laravel by selecting and editing system pages, building a dashboard, and leveraging top packages to customize profile pages and overall app design.
Install and configure Laravel app packages to optimize your project, set up the database, handle errors, and launch an application that is ready to load.
Configure the schema to define string length and default values within a Laravel app context. Learn how default string fields, including price, are set to support upcoming features.
Create and configure a local database named 'packages' using the admin panel, edit settings in Sublime Text, and run your project with the default root user and no password.
Install authentication in a Laravel app by running composer require, install npm dependencies, migrate the database with users and password tables, and start the local server.
Showcases a store project with user registration and migrations to get started, and explains using assets to store and move files with Laravel packages to optimize the app.
Learn how to implement a Laravel assets layout system and dashboard styling by copying assets into the public directory and creating the dashboard files.
Set up a Laravel dashboard by creating a controller and a resource, defining routes, and configuring the dashboard layout and the index view to render the dashboard.
Learn to set up and customize a Laravel dashboard layout by integrating assets, adjusting layout files, and wiring packages to optimize your app.
Configure the dashboard layout by editing the profile area, enabling guest access to register or log in, and preparing the layout system for a ready-to-use dashboard.
Start building a layout system by refactoring the dashboard and profile pages, wiring routes and controllers, and adjusting assets for a Laravel app.
Explore the Laravel options package, a free, open-source tool that lets you set key-value configurations to customize the logo, titles, and default text.
Learn to use the Laravel options package: install via composer, set option keys and values, create a resource controller, and integrate options into the dashboard with migrations.
Learn how the Laravel options package creates, validates, stores, retrieves, and deletes options by key and value, with practical dashboard examples.
Explore how a Laravel options package creates, stores, and manages key-value options via a simple form with name and value fields and corresponding dashboard views.
Discover finishing steps for the Laravel options package, including configuring option values, types, and social links to optimize app settings.
Explore a Laravel social share links package to easily share posts with icons for Facebook, Twitter, LinkedIn, and WhatsApp, including installation steps and open-source access.
Learn to install and configure the Laravel share package, publish its assets, and create a simple test case to explore social features and shared resources in a Laravel app.
This lecture shows how to create a Facebook share link using a Laravel share package, install and configure it in a Laravel project, and customize icons for safe sharing.
Learn to create a Twitter share link in a Laravel app, including copying the link area, posting, testing, and customizing content to be consumer friendly.
Learn to finish and configure laravel share packages, customize share buttons and links, and set up social sharing options (Twitter, LinkedIn, Facebook) for your app.
As a php developer, you must be familiar with how to use frameworks. Frameworks attempt to make the process of development easier by simplifying common practices used in developing major web projects such as packages, modules, plug-ins, and even components.
Laravel is one of the most popular frameworks for developing web applications. It offers simple and fast development environment for developers. Laravel aims to take the tedium out of routine web projects like authentication, routing, sessions, and caching, making the development process simple and straightforward. It won’t sacrifice application functionality and facilitates the developers to carry out custom defined operations. For instance, you can use different ways for accessing relational databases, can perform dependency injection and much more through these packages.
There are two types of packages; some are framework independent (stand-alone) and the others are for a specific framework. This tutorial will exclusively cover best Laravel packages available in the market.
One great advantage of using Laravel packages is that they allow access to all the features that framework offers to its host application, including routing, migrations, tests, views, and numerous other useful features. Another important advantage of a package is the Don’t Repeat Yourself (DRY) principle.
In this Course, I will demonstrate important best Laravel packages that you must know and regularly use in Laravel applications.