Download the PHP package osaris-uk/pattern without Composer
On this page you can find all versions of the php package osaris-uk/pattern. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package pattern
pattern
A simple pattern for Laravel 6
Installation
composer create-project osaris-uk/pattern --prefer-dist projectname
After composer has finished hook up your DB in .env and run php artisan migrate
Be sure to recompile front end assets (npm run dev) once you have updated your .env file with your APP_URL.
What is pattern?
Pattern is a simple boilerplate for Laravel applications. It includes a standard laravel installation but with some other features pre-configured:
- Role & Permission based access control using osaris-uk/access
- Plus basic admin layout and sidenav menu
- Log viewing in app using osaris-uk/log-viewer
- Cached database driven app settings using osaris-uk/app-settings
- Database driven admin navigation using osaris-uk/navigation
- Reusable vue Data Table component.
- Sweet Alert preinstalled
- Notifications built in using Notify
- EU cookie consent using Cookieconsent
- 'My Account' Area including dashboard, account update and change password functionality
- Font Awesome Free 5.10.2 preinstalled
New features / issues
If you have any ideas for other features to include or see any issues you can submit a PR, alternatively get in touch and I'll have a look.
Thanks to..
- Laravel is a fantastic PHP framework to work with, check it out here.
- Codecourse
All versions of pattern with dependencies
codecourse/notify Version master
doctrine/dbal Version ^2.10
fideloper/proxy Version ^4.0
google/recaptcha Version ^1.2
laravel/framework Version ^6.0
laravel/tinker Version ^1.0
laravel/ui Version ^1.0
osaris-uk/access Version ^1.5
osaris-uk/app-settings Version ^1.0
osaris-uk/log-viewer Version ^1.0
osaris-uk/navigation Version ^1.3