laravel11 topic

List laravel11 repositories

docker-nginx-php-laravel

328
Stars
124
Forks
Watchers

Docker environment required to run Laravel (based on official php and mysql docker hub repositories)

docker-apache-php-laravel

125
Stars
60
Forks
Watchers

Docker environment required to run Laravel (based on official php and mysql docker hub repositories)

xshop

415
Stars
146
Forks
Watchers

Very customizable and easy to use shopping system, open source project based on laravel

boilerplate-laravel

41
Stars
7
Forks
Watchers

Laravel 11, PHP 8.3, Filament 3.2 and Livewire 3.5 SaaS boilerplate application with Jetstream 5.2 and Sociallite

crm-laravel

33
Stars
11
Forks
Watchers

CRM application written in Laravel 11 / PHP 8.3 using Filament 3

maintenance-laravel

19
Stars
9
Forks
Watchers

CMMS - Computerised maintenance management system application written in Laravel 11 / PHP 8.3 using Filament 3

larament

154
Stars
9
Forks
Watchers

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

42
Stars
8
Forks
Watchers

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

26
Stars
18
Forks
Watchers

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. In Laravel 11, set up multiple authentication for User, Manager, and Admin types using middleware. Assign access routes for each type and define co...