Download the PHP package foostart/package-acl without Composer
On this page you can find all versions of the php package foostart/package-acl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download foostart/package-acl
More information about foostart/package-acl
Files in foostart/package-acl
Download foostart/package-acl
More information about foostart/package-acl
Files in foostart/package-acl
Vendor foostart
Package package-acl
Short Description Laravel authentication and ACL package with a cool admin panel. Laravel 12.x
License MIT
Package package-acl
Short Description Laravel authentication and ACL package with a cool admin panel. Laravel 12.x
License MIT
Please rate this library. Is it a good library?
Informations about the package package-acl
Foostart: Package ACL
git remote set-url origin [email protected]:foostart/package-acl.git
- Access control list
- Verson: 12.x
- Support: Laravel 12.x
- Contact [email protected] to support other versions
- References:
- https://cartalyst.com
- https://sentry.io
Requirements
- Config database with .env file
- Laravel 12.x
- PHP 8.3
Requirements
- Install with composer: composer require foostart/package-acl
Step 1: Regist package to Laravel
Now open the file config/app.php and add to the providers option the following line:
- Foostart\Acl\Authentication\AuthenticationServiceProvider::class,
- Foostart\Category\CategoryServiceProvider::class,
Step 2: Regist middleware to Laravel
Now open the file app/Http/Kernel.php and add the following lines to your routeMiddleware array:
- 'admin_logged' => \Foostart\Acl\Http\Middleware\AdminLogged::class,
- 'logged' => \Foostart\Acl\Http\Middleware\Logged::class,
- 'can_see' => \Foostart\Acl\Http\Middleware\CanSee::class,
- 'has_perm' => \Foostart\Acl\Http\Middleware\HasPerm::class,
- 'in_context' => \Foostart\Category\Middleware\InContext::class,
Step 3: Delete user and password migration file in database/migrations
Step 4: Install
-
php artisan authentication:install
- php artisan vendor:publish --provider="Foostart\Category\CategoryServiceProvider" --force
- Ref: https://packagist.org/packages/foostart/package-post
Tips 1: Publish
php artisan vendor:publish --force
All versions of package-acl with dependencies
PHP Build Version
Package Version
Requires
intervention/image Version
2.*
foostart/package-category Version ^12
foostart/package-sentry Version ^12
foostart/package-pexcel Version ^12
gregwar/captcha Version 1.1.9
foostart/package-category Version ^12
foostart/package-sentry Version ^12
foostart/package-pexcel Version ^12
gregwar/captcha Version 1.1.9
The package foostart/package-acl contains the following files
Loading the files please wait ....