All Projects → grrnikos → Pma

grrnikos / Pma

Licence: mit
Simple shell script that installs phpMyAdmin on a Laravel Homestead box.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Pma

Core
AdminArchitect - Active Admin for Laravel
Stars: ✭ 194 (-2.51%)
Mutual labels:  laravel
Awesome Laravel Rus
Подборка ссылок на материалы по фреймворку Laravel на русском языке.
Stars: ✭ 196 (-1.51%)
Mutual labels:  laravel
Laravel Surveillance
Put malicious users, IP addresses and anonymous browser fingerprints under surveillance, log the URLs they visit and block malicious ones from accessing the Laravel app.
Stars: ✭ 198 (-0.5%)
Mutual labels:  laravel
Bazar
Bazar is an e-commerce package for Laravel applications.
Stars: ✭ 194 (-2.51%)
Mutual labels:  laravel
Laravel Shopr
A developer-friendly e-commerce foundation for your Laravel app
Stars: ✭ 196 (-1.51%)
Mutual labels:  laravel
Laradmin
Laradmin后台管理系统
Stars: ✭ 197 (-1.01%)
Mutual labels:  laravel
Icalendar Generator
Generate calendars in the iCalendar format
Stars: ✭ 193 (-3.02%)
Mutual labels:  laravel
Laravel Shop
Laravel 电商实战教程的项目代码
Stars: ✭ 2,341 (+1076.38%)
Mutual labels:  laravel
Laravel Tournaments
Laravel Package that allows you to generate customizable tournaments trees.
Stars: ✭ 196 (-1.51%)
Mutual labels:  laravel
Librenms
Community-based GPL-licensed network monitoring system
Stars: ✭ 2,567 (+1189.95%)
Mutual labels:  laravel
Orgmanager
Invite System for GitHub Organizations
Stars: ✭ 196 (-1.51%)
Mutual labels:  laravel
Eloquent Hashids
On-the-fly hashids for Laravel Eloquent models. (🍰 Easy & ⚡ Fast)
Stars: ✭ 196 (-1.51%)
Mutual labels:  laravel
Laravel Microservice
[DEPRECATED] See https://github.com/lucidarch/lucid
Stars: ✭ 197 (-1.01%)
Mutual labels:  laravel
Purify
An HTML Purifier / Sanitizer for Laravel
Stars: ✭ 194 (-2.51%)
Mutual labels:  laravel
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (-0.5%)
Mutual labels:  laravel
Laravel Cheat Sheet
Additional resource for the Udemy Laravel Essentials course
Stars: ✭ 194 (-2.51%)
Mutual labels:  laravel
Laravel Computed Properties
Make your accessors smarter
Stars: ✭ 197 (-1.01%)
Mutual labels:  laravel
Webloyer
Webloyer is a web UI for managing Deployer deployments
Stars: ✭ 199 (+0%)
Mutual labels:  laravel
Laravel Adminless Ldap Auth
Authenticate users in Laravel against an adminless LDAP server
Stars: ✭ 199 (+0%)
Mutual labels:  laravel
Twill
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible.
Stars: ✭ 2,539 (+1175.88%)
Mutual labels:  laravel

About

Simple shell script that automatically installs the latest version of PhpMyAdmin on a Laravel Homestead box.

Usage

  1. SSH into your Homestead box homestead ssh or vagrant ssh

  2. cd to your code/projects directory (by default ~/Code)

  3. $ curl -sS https://raw.githubusercontent.com/grrnikos/pma/master/pma.sh | bash

  4. Open the /etc/hosts file on your main machine and add 127.0.0.1 phpmyadmin.test

  5. Go to http://phpmyadmin.test:8000. Default credentials are username homestead and password secret

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].