laravel11 topic
docker-nginx-php-laravel
Docker environment required to run Laravel (based on official php and mysql docker hub repositories)
docker-apache-php-laravel
Docker environment required to run Laravel (based on official php and mysql docker hub repositories)
xshop
Very customizable and easy to use shopping system, open source project based on laravel
boilerplate-laravel
Laravel 11, PHP 8.3, Filament 3.2 and Livewire 3.5 SaaS boilerplate application with Jetstream 5.2 and Sociallite
crm-laravel
CRM application written in Laravel 11 / PHP 8.3 using Filament 3
maintenance-laravel
CMMS - Computerised maintenance management system application written in Laravel 11 / PHP 8.3 using Filament 3
larament
Kickstart your project and save time with Larament! This time-saving starter kit includes a Laravel 11 with FilamentPHP 3 already installed and set up, along with extra features.
Laravel-11-REST-API-using-Sanctum
Laravel 11 CRUD REST API using Sanctum Authentication Step by Step. we will install Sanctum to create authentication system. we create products crud rest api here.
Laravel-11-User-Roles-and-Permissions
Example code for user roles and permissions using spatie/laravel-permission package in laravel 11 application. We are using the Spatie GitHub package for roles and permissions in the Laravel 11 applic...
Laravel-11-Multiple-Authentication-using-Middleware
Laravel 11 Multiple Authentication using Middleware. In Laravel 11, set up multiple authentication for User, Manager, and Admin types using middleware. Assign access routes for each type and define co...