Skip to content

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

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

65 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 for Laravel Voyager with articles, news, catalogs, qualities, sliders, contact messages, tickets, social_media, currencies and laravel localization.

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 [email protected] --create
$ php artisan serve

Screenshots

  • Home home

  • About Us about_us

  • Articles articles

  • Article Detail article_detail

  • Catalogs catalogs

  • News news

  • Quality quality

  • Contact contact

  • Login login

  • Register register

  • User Profile user_profile

  • User Tickets user_tickets

  • User Ticket Detail user_ticket_detail

License

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