Download the PHP package viral/laravel-adminpanel without Composer

On this page you can find all versions of the php package viral/laravel-adminpanel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-adminpanel

Laravel Admin Panel (Current: Laravel 7.*)

StyleCI GitHub contributors GitHub stars

Introduction


Laravel Admin Panel provides you with a massive head start on any size web application. It comes with a full featured access control system out of the box with an easy to learn API and is built on a Bootstrap foundation with a front and backend architecture. We have put a lot of work into it and we hope it serves you well and saves you time!

Setup


Clone the repo and follow below steps.

  1. Run composer install
  2. Copy .env.example to .env Example for linux users : cp .env.example .env
  3. Set valid database credentials of env variables DB_DATABASE, DB_USERNAME, and DB_PASSWORD
  4. Run php artisan key:generate to generate application key
  5. Run php artisan migrate
  6. Run php artisan passport:install
  7. Run php artisan db:seed to seed your database
  8. Run npm i (Recommended node version >= V10.0)
  9. Run npm run dev or npm run prod as per your environment

Thats it... Run the command php artisan serve and cheers, you are good to go with your new Laravel Admin Panel application.

Using docker to run the application


  1. docker-compose build
  2. docker/cli composer install
  3. docker/cli php artisan key:generate
  4. docker/cli php artisan migrate
  5. docker/cli php artisan passport:install
  6. docker/cli php artisan db:seed
  7. docker/npm i
  8. docker/npm run dev
  9. docker-compose up -d

You can login to docker cli using the command docker exec -ti ls-www /bin/bash

Note: Please make sure that you have proper permissions when setting up the project via docker.


The application uses GrumPHP for the git pre-commit hook and PHPCSFixer for the code standards. You can also bypass the GrumPHP pre-commit hook by hitting git commit -n or git commit --no-verify

Demo Credentials


Make sure you have run the command php artisan db:seed --class UserTableSeeder before you use these credentials.

User: [email protected]\ Password: 1234

User: [email protected]\ Password: 1234

User: [email protected]\ Password: 1234

Useful Commands


ScreenShots

Dashboard

User Listing

Log Viewer

Issues

If you come across any issues please report them here.

Contribution

Feel free to create any pull requests for the project. For proposing any new changes or features you want to add to the project, you can send us an email at following addresses.

1. Alan Whitmore - [email protected]
2. Vicky Patel - [email protected]

All versions of laravel-adminpanel with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3
albertcht/invisible-recaptcha Version ^1.9
altek/accountant Version ^1.2
altek/eventually Version ^1.0
arcanedev/log-viewer Version ^5.0
creativeorange/gravatar Version ~1.0
davejamesmiller/laravel-breadcrumbs Version ^5.0
facade/ignition Version ^1.11
fideloper/proxy Version ^4.0
knuckleswtf/scribe Version ^1.2
lab404/laravel-impersonate Version ^1.4
langleyfoxall/laravel-nist-password-rules Version ^4.0
laravel/framework Version ^6.3
laravel/passport Version ^9.2
laravel/socialite Version ^4.1
laravelcollective/html Version ^6.1
spatie/laravel-html Version ^2.22
spatie/laravel-permission Version ^3.0
torann/geoip Version ^1.0
yajra/laravel-datatables-oracle Version ^9.10
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package viral/laravel-adminpanel contains the following files

Loading the files please wait ....