Download the PHP package simoja/laramin without Composer

On this page you can find all versions of the php package simoja/laramin. 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 laramin

Laramin - Small Laravel Admin

Laramin Screenshot


Demo

Video Demo Demo

BlogPost Demo Demo Here

Getting Started

After creating your new Laravel application you can include the Laramin package with the following command:

Next make sure to create a new database and add your database credentials to your .env file:

Laravel 5.5 and up

You don't have to do anything else, this package uses the Package Auto-Discovery feature, and should be available as soon as you install it via Composer.

Laravel 5.4 or 5.3

Add the Laramin service provider to the config/app.php file in the providers array:

Lastly, we can install laramin with simply run It Will Add Some Dummy Data

Seed

Then you need to seed the permissions roles dummy users Dont forget to launch First

by adding this lines on `database/seeds/DatabaseSeeder.php

and launch

You will Have Three Config Files Where you can update the Data As You Wish :

config/laramin.php

config/laratrust.php

config/laratrust_seeder.php

And we're all good to go!

To connected There is some dummy data added you can check on Database Now Launch your website with prefix name by default /admin and enter this dummy credentials and all works fine

email: [email protected]
password: password

How It Works

When you create a database it creates a migration file and model File also you will dont need to anything on the server side.

If you Created the Database you have to go to Roles and and assign the permissions of the new Database then refresh the page(it will change later) then you can see your new Model on Menu

Inspired By :

Laratrust For The User Permissions
Voyager The Idea of making a simple Admin Panel

Contributing

You are more than welcome to contribute to this repo with anything you think is useful. fixes are more than welcome.


All versions of laramin with dependencies

PHP Build Version
Package Version
Requires santigarcor/laratrust Version 4.0.*
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 simoja/laramin contains the following files

Loading the files please wait ....