Skip to content

ruthgeridema/laravel-url-rewrites-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel URL rewrites example

You can view a live demo at https://laravel-url-rewrites.ide.ma/

Requirements

This repository requires PHP 7.2 or higher and a database that supports json fields and functions such as MySQL 5.7 or higher.

Installation

git clone [email protected]:ruthgeridema/laravel-url-rewrites-example.git

Copy .env.example to .env and fill in your credentials

composer install
php artisan migrate
php artisan db:seed --class=CatalogSeeder
npm i
npm run watch

Docker

chmod u+x setup.sh
./setup.sh

Or manually

docker-compose up -d
docker-compose exec app composer install
docker-compose exec app php artisan migrate
docker-compose exec app php artisan db:seed --class=CatalogSeeder

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT).

About

An example project for the URL rewrites package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages