Skip to content

Laravel Voyager with articles, news, catalogs, qualities, sliders, contact messages, tickets, currencies, social_media

License

Notifications You must be signed in to change notification settings

berkanumutlu/laravel-voyager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Voyager Release Laravel Voyager Repo stars License Laravel Voyager Version Laravel Version PHP Version Composer Version Docker Version

Laravel Voyager

It is a project that adds catalogs, contact messages, currencies, news, qualities, sliders, social_media, tickets features to Laravel Voyager.

Installation

$ docker-compose up -d
$ docker ps
$ docker exec -it {PHP8_CONTAINER_ID} bash
$ composer global require laravel/installer
$ composer global about
# Changed current directory to /root/.composer
# Composer - Dependency Manager for PHP - version 2.6.5
# Composer is a dependency manager tracking local dependencies of your projects and libraries.
# See https://getcomposer.org/ for more information.
$ export PATH="/root/.composer/vendor/bin:$PATH"
$ laravel new project (or composer create-project --prefer-dist laravel/laravel project)
$ cd project
$ composer require tcg/voyager 1.7 (For Laravel 10)
$ php artisan voyager:install (or php artisan voyager:install --with-dummy)
$ php artisan voyager:admin your@email.com --create
$ php artisan serve

License

The MIT License (MIT). Please see License File for more information.

About

Laravel Voyager with articles, news, catalogs, qualities, sliders, contact messages, tickets, currencies, social_media

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published